Maps for WinForms
Item プロパティ (MapCollectionBase<T>)

C1.Win.Map.6 アセンブリ > C1.Win.Map 名前空間 > MapCollectionBase<T> クラス : Item プロパティ
取得する要素の 0 から始まるインデックス。
指定されたインデックスにある要素を取得または設定します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get; set;}

パラメータ

index
取得する要素の 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある要素。
参照

MapCollectionBase<T> クラス
MapCollectionBase<T> メンバ